object to a file, and to restore it.saveRDT(object, file, compress = "gzip", compression_level = 6)
readRDT(file, version = FALSE)save
save
saveRDT returns nothing, readRDT returns the object stored in the file or a single character value (depends on the version argument).saveRDS and saveRDS system, without storing the class definition in the file (which can lead to about 100 useless Ko of data and longer loading times). It is intented to manage all classes extending , but no guarantee is provided for classes with non-atomic slots (particularly environment-derived ones).refTable-class, saveRDS, saveRDS